home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / user-mail < prev    next >
Text File  |  2008-10-08  |  834b  |  26 lines

  1. # $Id: user-mail 559 2007-04-10 23:05:33Z agruen $
  2. # ------------------------------------------------------------------
  3. #
  4. #    Copyright (C) 2002-2006 Novell/SUSE
  5. #
  6. #    This program is free software; you can redistribute it and/or
  7. #    modify it under the terms of version 2 of the GNU General Public
  8. #    License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11.  
  12.   # location of user mail, spool and mboxes
  13.   @{HOME}/Mail/         r,
  14.   @{HOME}/mail/         r,
  15.   @{HOME}/Mail/**       rwl,
  16.   @{HOME}/mail/**       rwl,
  17.   @{HOME}/postponed*    rwl,
  18.   /var/spool/mail/      r,
  19.   /var/spool/mail/*     rwl,
  20.   @{HOME}/mbox.lock*    rwl,
  21.   @{HOME}/mbox          rw,
  22.   @{HOME}/inbox         rw,
  23.   @{HOME}/.forward    r,
  24.   @{HOME}/Maildir/      r,
  25.   @{HOME}/Maildir/**    rwl,
  26.